home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / tclX-6.4 / help / math / incr < prev    next >
Encoding:
Text File  |  1992-12-17  |  513 b   |  9 lines

  1.           incr varName ?increment?
  2.                Increment the value stored in the variable  whose  name
  3.                is   varName.   The  value  of  the  variable  must  be
  4.                integral.  If increment  is  supplied  then  its  value
  5.                (which  must  be  an  integer) is added to the value of
  6.                variable varName;  otherwise 1  is  added  to  varName.
  7.                The new value is stored as a decimal string in variable
  8.                varName and also returned as result.
  9.